- Posted on
- Featured Image
In the world of open-source software, downloading applications from the internet in a ready-to-install format (like .exe, .deb, or .pkg files) is common. However, sometimes the best or only way to use a software is by compiling it from its source code. This might sound daunting if you're not a developer, but don't worry—it's a process that can be quite straightforward once you understand the basics. Compiling is the process of turning source code, written in a programming language readable by humans, into machine code, which can be executed by a computer. This source code often comes in the form of downloadable files from repositories like GitHub.